home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / ct_xmp15 / makefile < prev    next >
Makefile  |  1996-09-15  |  565b  |  27 lines

  1. copt = /5r /oneatmiler /s /d2
  2. aopt = /ml /m /zd
  3. lopt = debug all
  4. compress = @%null
  5. copt = /5r /oneatmiler /s
  6. aopt = /ml /m
  7. lopt =
  8. #compress = pmwlite /c4
  9.  
  10.  
  11. all: .symbolic mxmplay.exe xm2mxm.exe
  12.   @%null
  13.  
  14. mxmplay.exe: cppexam.obj mxmplay.obj makefile
  15.   *wlink $(lopt) system dos4g name mxmplay.exe file { cppexam.obj mxmplay.obj }
  16.   $(compress) mxmplay.exe
  17.  
  18. xm2mxm.exe: xm2mxm.obj makefile
  19.   *wlink $(lopt) system dos4g name xm2mxm.exe file xm2mxm.obj
  20.   $(compress) xm2mxm.exe
  21.  
  22. .cpp.obj:
  23.   @*wpp386 $(copt) $<
  24.  
  25. .asm.obj:
  26.   @tasm $(aopt) $<
  27.